﻿Distant Worlds - Crash Dump - Version 1.0.2.6

5:46:31 PM March 25, 2022


Xenko.Core.Serialization.Contents.ContentManagerException: Unexpected exception while loading asset [Environment/DW_Skybox/gen/Texture_1]. Reason: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
. Check inner-exception for details. ---> SharpDX.SharpDXException: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.

   at SharpDX.Result.CheckError()
   at SharpDX.Direct3D11.Device.CreateTexture2D(Texture2DDescription& descRef, DataBox[] initialDataRef, Texture2D texture2DOut)
   at Xenko.Graphics.Texture.InitializeFromImpl(DataBox[] dataBoxes)
   at Xenko.Graphics.Texture.InitializeFrom(Texture parentTexture, TextureDescription description, TextureViewDescription viewDescription, DataBox[] textureDatas)
   at Xenko.Graphics.Data.TextureContentSerializer.Serialize(ArchiveMode mode, SerializationStream stream, Texture texture, Boolean allowContentStreaming)
   at Xenko.Core.Serialization.Contents.ContentManager.DeserializeObject(Queue`1 serializeOperations, Reference parentReference, String url, Type objType, Object obj, ContentManagerLoaderSettings settings)
   --- End of inner exception stack trace ---
   at Xenko.Core.Serialization.Contents.ContentManager.DeserializeObject(Queue`1 serializeOperations, Reference parentReference, String url, Type objType, Object obj, ContentManagerLoaderSettings settings)
   at Xenko.Core.Serialization.Contents.ContentManager.DeserializeObject(String initialUrl, String newUrl, Type type, Object obj, ContentManagerLoaderSettings settings)
   at Xenko.Core.Serialization.Contents.ContentManager.Load(Type type, String url, ContentManagerLoaderSettings settings)
   at Xenko.Core.Serialization.Contents.ContentManager.Load[T](String url, ContentManagerLoaderSettings settings)
   at DistantWorlds2.EffectHelper.CreateSkyboxLight(Color color, Single intensity, ContentManager content)
   at DistantWorlds2.ScaledRenderer.UpdateBackgroundScene(GraphicsDevice graphics, Single timePassed, Double timeInSeconds)
   at DistantWorlds2.ScaledRenderer.GenerateBackgroundScene(GraphicsDevice graphics, OrbType orbType, Race race, ShipRole baseRole, Boolean addColony, Random rnd)
   at DistantWorlds2.ScaledRenderer.GenerateBackgroundScene(GraphicsDevice graphics)
   at DistantWorlds2.ScaledRenderer.CheckGenerateMenuBackgroundScene(MenuRenderer preSceneRenderer, MenuRenderer postSceneRenderer)
   at DistantWorlds2.DWGame.Update(GameTime gameTime)


Further info follows:

SharpDX.SharpDXException: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.

   at SharpDX.Result.CheckError()
   at SharpDX.Direct3D11.Device.CreateTexture2D(Texture2DDescription& descRef, DataBox[] initialDataRef, Texture2D texture2DOut)
   at Xenko.Graphics.Texture.InitializeFromImpl(DataBox[] dataBoxes)
   at Xenko.Graphics.Texture.InitializeFrom(Texture parentTexture, TextureDescription description, TextureViewDescription viewDescription, DataBox[] textureDatas)
   at Xenko.Graphics.Data.TextureContentSerializer.Serialize(ArchiveMode mode, SerializationStream stream, Texture texture, Boolean allowContentStreaming)
   at Xenko.Core.Serialization.Contents.ContentManager.DeserializeObject(Queue`1 serializeOperations, Reference parentReference, String url, Type objType, Object obj, ContentManagerLoaderSettings settings)


--- COMPLETE ---
